home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_140.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  2.9 KB  |  130 lines

  1. ¬†         Icon 
  2.  
  3. Inherits from:     Graphic     
  4.  
  5.  
  6. _____________________________________________________
  7. ¬†         name   *204*
  8.  
  9. Type:  string 
  10.  
  11. Description:    Used by the primitive find-item to find an ¬´Icon¬ª by name. 
  12.  
  13.  
  14.  
  15. _____________________________________________________
  16. ¬†        owner  *204*
  17.  
  18. Type:  Window 
  19.  
  20. Constraints:    Not settable.    
  21.  
  22. Description:  If ¬´Icon¬ª is a member of item list of an active ¬´Window¬ª, then the value of this attribute is that ¬´Window¬ª; otherwise it is NULL.    
  23.  
  24.  
  25.  
  26. _____________________________________________________
  27. ¬†        active?  *204*
  28.  
  29. Type:  boolean    
  30.  
  31. Constraints:    Not settable on default.    
  32.  
  33. Description:      ¬´Icon¬ª responds to clicks only if the value of this attribute is TRUE.    
  34.  
  35.  
  36.  
  37. _____________________________________________________
  38. ¬†        visible?  *204*
  39.  
  40. Type:   boolean    
  41.  
  42. Description:   ¬´Icon¬ª is displayed in the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  43.  
  44. Side effects:    Setting causes ¬´Icon¬ª to be redrawn in the owning ¬´Window¬ª.      
  45.  
  46.  
  47.  
  48. _____________________________________________________
  49. ¬†        move?  *205*
  50.  
  51. Type:   boolean    
  52.  
  53. Description:      The location of ¬´Icon¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  54.  
  55.  
  56.  
  57. _____________________________________________________
  58. ¬†        grow?   *205*
  59.  
  60. Type:   boolean    
  61.  
  62. Description:      The size of ¬´Icon¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  63.  
  64.  
  65.  
  66. _____________________________________________________
  67. ¬†        location   *205*
  68.  
  69. Type:   Point    
  70.  
  71. Description:    The location of the upper left corner of ¬´Icon¬ª in owning ¬´Window¬ª.    
  72.  
  73. Side effects:    Setting causes ¬´Icon¬ª to be redrawn.    
  74.  
  75.  
  76.  
  77. _____________________________________________________
  78. ¬†        size   *205*
  79.  
  80. Type:   Point    
  81.  
  82. Description:    Offset of lower right corner of ¬´Icon¬ª from upper left corner.    
  83.  
  84. Side effects:    Setting causes ¬´Icon¬ª to be redrawn.    
  85.  
  86.  
  87.  
  88. _____________________________________________________
  89. ¬†        balloon   *205*
  90.  
  91. Type:     list 
  92.  
  93. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  94.  
  95.  
  96.  
  97. _____________________________________________________
  98. ¬†        click method   *206*
  99.  
  100. Type:      string 
  101.  
  102. Description: The name of the method called when a click occurs on the ¬´Icon¬ª. ¬´Icon¬ª responds to clicks only if the value of click method is a nonempty string.    
  103.  
  104. Method inputs:     <owning ¬´Window¬ª>, ¬´Icon¬ª, <EventRecord of click> 
  105.  
  106.  
  107.  
  108. _____________________________________________________
  109. ¬†        rsrc record   *206*
  110.  
  111. Type:   ABlock@@    
  112.  
  113. Constraints:    Not settable.    
  114.  
  115. Description:  Icon resource.    
  116.  
  117.  
  118.  
  119. _____________________________________________________
  120. ¬†        rsrc number   *206*
  121.  
  122. Type:   Integer 
  123.  
  124. Description: The ID number of the resource in the resource fork of the file.    
  125.  
  126. Side effects:    Setting causes ¬´Icon¬ª to be redrawn.    
  127.  
  128.  
  129.  
  130.